Skip to content

Conversation

@Orinks
Copy link
Owner

@Orinks Orinks commented Feb 11, 2026

Add 22 tests covering all methods in config/github_config.py, increasing coverage from 24% to ~100%.

Tests added:

  • validate_github_app_config: all validation paths (missing fields, non-numeric IDs, PEM header/footer, PKCS1/PKCS8)
  • set/get/clear_github_app_config: delegation and error handling
  • has_github_app_config: with/without backend URL, error case
  • get/set_github_backend_url: configured, default, save errors

All 1199 tests pass locally.

Orinks and others added 4 commits February 11, 2026 21:05
Add 22 tests covering all methods in config/github_config.py:
- validate_github_app_config: all validation paths (missing fields,
  non-numeric IDs, PEM header/footer validation, PKCS1/PKCS8 support)
- set/get/clear_github_app_config: delegation and error handling
- has_github_app_config: with/without backend URL, error case
- get/set_github_backend_url: configured, default, save errors

Increases github_config.py coverage from 24% to ~100%.

Closes #0
@Orinks Orinks merged commit ef6af1f into dev Feb 12, 2026
6 checks passed
@Orinks Orinks deleted the test/github-config-coverage branch February 12, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant